Bump the npm group across 1 directory with 8 updates#2484
Conversation
Bumps the npm group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.10.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.4.0` | `8.6.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.4.0` | `8.6.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `8.57.1` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.0.1` | `5.0.2` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.30.0` | | [sinon](https://github.com/sinonjs/sinon) | `18.0.0` | `19.0.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | Updates `@eslint/js` from 9.9.1 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.10.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.6.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.4.0 to 8.6.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/parser) Updates `eslint` from 8.57.0 to 8.57.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v8.57.1) Updates `eslint-plugin-github` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v5.0.1...v5.0.2) Updates `eslint-plugin-import` from 2.29.1 to 2.30.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0) Updates `sinon` from 18.0.0 to 19.0.2 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v18.0.0...v19.0.2) Updates `typescript` from 5.5.4 to 5.6.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.6.2) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
|
Pushed a commit to update the checked-in dependencies. Please mark the PR as ready for review to trigger PR checks. |
|
Another linting failure: results in exit code 1 Confirmed locally but there's no additional output 😮💨 |
|
I pushed a commit to downgrade |
|
The rebuild label didn't work as expected 😆 looks like we'll need to run |
tsconfig.tsbuildinfo
Outdated
There was a problem hiding this comment.
I think this to help speed up local incremental compilation, so we should add it to .gitignore
I had a look, #2497 should fix. |
Bumps the npm group with 8 updates in the / directory:
9.9.19.10.08.4.08.6.08.4.08.6.08.57.08.57.15.0.15.0.22.29.12.30.018.0.019.0.25.5.45.6.2Updates
@eslint/jsfrom 9.9.1 to 9.10.0Release notes
Sourced from
@eslint/js's releases.Changelog
Sourced from
@eslint/js's changelog.Commits
1ebdde1chore: package.json update for@eslint/jsreleaseUpdates
@typescript-eslint/eslint-pluginfrom 8.4.0 to 8.6.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
343710echore(release): publish 8.6.0454d37efeat(eslint-plugin): [no-misused-promises] check array predicate return (#9955)af92611feat: addallowoption forrestrict-template-expressions(#8556)2a809e2test(eslint-plugin): [no-unnecessary-type-parameters] add tests with intrinsi...682299efeat(eslint-plugin): [no-unnecessary-condition] check switch cases (#9912)77e65dffix(eslint-plugin): [no-unnecessary-condition] properly reflect multiple nega...c11ca06chore(eslint-plugin): make utility for static member access (#9836)2a956b2fix(eslint-plugin): [no-deprecated] report on deprecated properties with func...9a80067fix(eslint-plugin): [no-deprecated] report on deprecated variables used in de...3710c9cfeat(type-utils): isNullableType add Void logic (#9937)Updates
@typescript-eslint/parserfrom 8.4.0 to 8.6.0Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
343710echore(release): publish 8.6.04d31ebechore(release): publish 8.5.04bc801echore: enable unicorn/no-array-reduce (#9640)Updates
eslintfrom 8.57.0 to 8.57.1Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
5b9414c8.57.1f66806dBuild: changelog update for 8.57.1140ec45chore: upgrade@eslint/js@8.57.1 (#18913)bcdfc04chore: package.json update for@eslint/jsrelease3f6ce8dchore: pin vite-plugin-commonjs@0.10.1 (#18910)a19072ffix: add logic to handle fixTypes in the lintText() method (#18900)04c7188fix: Don't lint same file multiple times (#18899)87ec3c4fix: do not throw when defining a global named__defineSetter__(#18898)60a1267fix: Provide helpful error message for nullish configs (#18889)35d366abuild: Support updates to previous major versions (#18870)Updates
eslint-plugin-githubfrom 5.0.1 to 5.0.2Release notes
Sourced from eslint-plugin-github's releases.
Commits
d6f656dMerge pull request #551 from github/dependabot/npm_and_yarn/all-dependencies-...df2c60achore(deps): bump the all-dependencies group across 1 directory with 4 updates0f0979cchore(deps): bump the all-dependencies group with 3 updates (#545)0e294e5Merge pull request #544 from github/dependabot/npm_and_yarn/all-dependencies-...17c6e39chore(deps): bump the all-dependencies group with 3 updates86d5cb1Merge pull request #543 from github/dependabot/npm_and_yarn/all-dependencies-...522309fchore(deps): bump the all-dependencies group across 1 directory with 3 updatesc3857baMerge pull request #541 from github/dependabot/npm_and_yarn/all-dependencies-...8010f55chore(deps): bump the all-dependencies group with 4 updates7772275Merge pull request #540 from github/dependabot/npm_and_yarn/all-dependencies-...Updates
eslint-plugin-importfrom 2.29.1 to 2.30.0Release notes
Sourced from eslint-plugin-import's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
Commits
18787d3Bump to 2.30.09902298[Deps] updateeslint-module-utils